home *** CD-ROM | disk | FTP | other *** search
- inherited frmSelectObjectInWindow: TfrmSelectObjectInWindow
- Left = 427
- Top = 150
- Width = 451
- Height = 455
- Caption = 'Window Object Browser'
- OldCreateOrder = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel [1]
- Left = 0
- Top = 57
- Width = 443
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object pnlDescription: TPanel [2]
- Left = 0
- Top = 0
- Width = 443
- Height = 57
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 5
- Color = clWindow
- TabOrder = 0
- object Label1: TLabel
- Left = 5
- Top = 5
- Width = 377
- Height = 47
- Align = alClient
- Caption = 'Displays a list of objects contained in the current window.'
- ParentColor = False
- WordWrap = True
- end
- object Panel2: TPanel
- Left = 382
- Top = 5
- Width = 56
- Height = 47
- Align = alRight
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- object Image1: TImage
- Left = 8
- Top = -4
- Width = 41
- Height = 41
- Picture.Data = {<image000.ico>}
- Transparent = True
- end
- end
- end
- object pnlEditor: TPanel [3]
- Left = 0
- Top = 61
- Width = 443
- Height = 72
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 1
- object Label2: TLabel
- Left = 7
- Top = 8
- Width = 274
- Height = 13
- AutoSize = False
- Caption = 'Current window:'
- end
- object lblWindow: TLabel
- Left = 7
- Top = 23
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblClass: TLabel
- Left = 8
- Top = 38
- Width = 3
- Height = 13
- end
- object lblHandle: TLabel
- Left = 8
- Top = 53
- Width = 3
- Height = 13
- end
- end
- object pnlBottom: TPanel [4]
- Left = 0
- Top = 133
- Width = 443
- Height = 247
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 2
- object splBottomLeft: TSplitter
- Left = 218
- Top = 5
- Width = 5
- Height = 237
- Cursor = crHSplit
- end
- object pnlBottomLeft: TPanel
- Left = 5
- Top = 5
- Width = 213
- Height = 237
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object ttvAAObjects: TTreeView
- Left = 0
- Top = 0
- Width = 213
- Height = 237
- Align = alClient
- Indent = 19
- PopupMenu = PopupMenu1
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- OnChange = ttvAAObjectsChange
- OnKeyUp = ttvAAObjectsKeyUp
- end
- end
- object pnlBottomRight: TPanel
- Left = 223
- Top = 5
- Width = 215
- Height = 237
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object memProperties: TListBox
- Left = 0
- Top = 0
- Width = 215
- Height = 237
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- OnKeyUp = ttvAAObjectsKeyUp
- end
- end
- end
- object pnlBottom2: TPanel [5]
- Left = 0
- Top = 380
- Width = 443
- Height = 30
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object pnlButtons: TPanel
- Left = 258
- Top = 0
- Width = 185
- Height = 30
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object comOK: TButton
- Left = 25
- Top = 2
- Width = 75
- Height = 25
- Caption = 'Insert'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = comOkClick
- end
- object comCancel: TButton
- Left = 105
- Top = 2
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = comCancelClick
- end
- end
- end
- object StatusBar: TStatusBar [6]
- Left = 0
- Top = 410
- Width = 443
- Height = 18
- Panels = <
- item
- Bevel = pbNone
- Width = 50
- end>
- SimplePanel = True
- end
- inherited IvTranslator1: TIvTranslator
- Left = 224
- Top = 128
- TargetsData = (
- 1
- 2
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- object PopupMenu1: TPopupMenu
- Left = 144
- Top = 93
- object R1: TMenuItem
- Caption = 'Refresh'
- OnClick = R1Click
- end
- end
- end
-